home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / BCB_PGM.DFM / BCB_PGM.txt
Text File  |  1997-05-31  |  2KB  |  112 lines

  1. object BCB_PGM: TBCB_PGM
  2.   Left = 146
  3.   Top = 55
  4.   Width = 628
  5.   Height = 341
  6.   Caption = 'BCB_PGM'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Courier New'
  11.   Font.Style = []
  12.   Menu = MainMenu
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object Memo: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 620
  20.     Height = 297
  21.     Align = alTop
  22.     Lines.Strings = (
  23.       '')
  24.     ReadOnly = True
  25.     ScrollBars = ssVertical
  26.     TabOrder = 0
  27.     WantTabs = True
  28.     OnKeyPress = OnKeyPress
  29.   end
  30.   object MainMenu: TMainMenu
  31.     Left = 64
  32.     Top = 24
  33.     object Line: TMenuItem
  34.       Caption = 'Line'
  35.       ShortCut = 0
  36.       object Exit: TMenuItem
  37.         Caption = 'Exit'
  38.         ShortCut = 0
  39.         OnClick = ExitClick
  40.       end
  41.       object OnLine: TMenuItem
  42.         Caption = 'OnLine'
  43.         ShortCut = 0
  44.         OnClick = OnLineClick
  45.       end
  46.       object OffLine: TMenuItem
  47.         Caption = 'OffLine'
  48.         Checked = True
  49.         Enabled = False
  50.         ShortCut = 0
  51.         OnClick = OffLineClick
  52.       end
  53.     end
  54.     object Port: TMenuItem
  55.       Caption = 'Port'
  56.       ShortCut = 0
  57.       object mCOM1: TMenuItem
  58.         Caption = 'COM1'
  59.         Checked = True
  60.         ShortCut = 0
  61.         OnClick = mCOM1Click
  62.       end
  63.       object mCOM2: TMenuItem
  64.         Caption = 'COM2'
  65.         ShortCut = 0
  66.         OnClick = mCOM2Click
  67.       end
  68.       object mCOM3: TMenuItem
  69.         Caption = 'COM3'
  70.         ShortCut = 0
  71.         OnClick = mCOM3Click
  72.       end
  73.       object mCOM4: TMenuItem
  74.         Caption = 'COM4'
  75.         ShortCut = 0
  76.         OnClick = mCOM4Click
  77.       end
  78.     end
  79.     object Baud: TMenuItem
  80.       Caption = 'Baud'
  81.       ShortCut = 0
  82.       object N9600: TMenuItem
  83.         Caption = '9600'
  84.         ShortCut = 0
  85.         OnClick = N9600Click
  86.       end
  87.       object N19200: TMenuItem
  88.         Caption = '19200'
  89.         ShortCut = 0
  90.         OnClick = N19200Click
  91.       end
  92.       object N38400: TMenuItem
  93.         Caption = '38400'
  94.         Checked = True
  95.         ShortCut = 0
  96.         OnClick = N38400Click
  97.       end
  98.       object N57600: TMenuItem
  99.         Caption = '57600'
  100.         ShortCut = 0
  101.         OnClick = N57600Click
  102.       end
  103.     end
  104.   end
  105.   object Timer: TTimer
  106.     Interval = 200
  107.     OnTimer = TimerTimer
  108.     Left = 136
  109.     Top = 24
  110.   end
  111. end
  112.